home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pornodelic
/
Pornodelic - Disc 2.iso
/
pc
/
data
/
movie2.dir
/
00047_ZoomOut.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-05
|
226 b
|
13 lines
global gzoom
on mouseUp
if gzoom = 1 then
set gzoom to 0
zoomout(15, 160 + 23, 120 + 20)
set the visible of sprite 5 to 1
updateStage()
set the movieRate of sprite 15 to 1
updateStage()
end if
end